PATH
WebObjects 4.5 Documentation >
Creating a Java Client Application: A Tutorial
Adding Client-side Subprojects
You can add more than one client-side subproject to your project, especially if you want to use a framework. The subprojects containing EOInterfaceController subclasses and their nib files have to have a special project type: EOJavaClientSubproject.
To add a subproject of this type
-
Open your project in Project Builder.
-
Choose New Subproject from the Project menu.
-
In the New Subproject panel, type a name for your subproject
-
Make sure that the pop-up list displays the project type EOJavaClientSubproject.
-
Click OK.
This procedure adds only the subproject; it does not add an interface-controller subclass, a nib file, or any other files (except makefiles). It also does not add EOJavaClient.framework to the root project's list of frameworks.
© 1999 Apple Computer, Inc. – (Last Updated 13 Sep 99)